Papers with supervised detectors
M-RangeDetector: Enhancing Generalization in Machine-Generated Text Detection through Multi-Range Attention Masks (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing supervised methods for text detection are overfitting within their training domains. |
| Approach: | They propose a method that integrates four distinct attention masking strategies into a Multi-Range Attention module to learn various writing strategies for machine-generated text detection. |
| Outcome: | The proposed method improves the generalization capability of existing detectors on three datasets. |
EvoBench: Towards Real-world LLM-Generated Text Detection Benchmarking for Evolving Large Language Models (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing methods to detect LLM-generated texts rely on static benchmarks that neglect the evolving nature of LLMs. |
| Approach: | They propose a benchmark to evaluate the generalization of LLM-generated text detection methods. |
| Outcome: | The proposed benchmark measures generalization of 14 detection methods across LLMs. |
Prompt-Guided Internal States for Hallucination Detection of Large Language Models (2025.acl-long)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) generate incorrect or logically incorrect responses, which is known as LLM hallucinations. |
| Approach: | They propose a framework for supervised hallucination detection using in-domain data by prompting changes to the structure related to text truthfulness in LLMs’ internal states. |
| Outcome: | The proposed framework enhances the cross-domain generalization of existing hallucination detection methods. |